body, h1, h2, h3, h4, p, span {
    font-family: sans-serif;
    text-align: center;
}

body {
    border-radius: 8px;
    padding: 0px;
    margin: 0px;
}

.container {
    display:            flex;
    flex-wrap:          wrap;
    flex-direction:     row;
    align-items:        center;
    width:              100%;
    justify-content:    space-around;
}

.title {
    width: 100%;
    padding: 64px 0px;
} 

.title img {
    max-width: 160px;
}

.title h1 {
    font-size: 48px;
}

.hero {
    width: 100%;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h2 {
    font-size: 40px;
    font-weight: 300;
}

.title h2 {
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px;    
}

.container p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.container div div {
    display: inline-block;
    width: 23%;
    min-width: 200px;
    font-size: 56px;
    margin-bottom: 40px;
}

.bar {
    text-align: left;
    padding-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: top;
}

.full {
    padding-top: 32px;
    width: 100% !important;
}

.container div div span {
    font-size: 16px;
}

.container div div img {
    margin-bottom: 8px;
    max-width: 80px;
}

.container div div sup {
    font-size: 0.6em;
    vertical-align: baseline;
    font-weight: 300;
}

.container div div sub {
    font-size: 0.4em;
    vertical-align: baseline;
    font-weight: 300;
}

.container p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}



.block70 {
    width: 70%;
    min-width: 288px;
    box-sizing: border-box;
    height: inherit;
    margin-top: 16px;
    text-align: center;
}


.block100 {
    width: 100%;
    min-width: 288px;
    box-sizing: border-box;
    height: inherit;
    margin-top: 16px;
    text-align: center;
}


.block70 img {
    width: 100%;
    margin: 0px 0px 48px 0px;
}

.block100 img {
    width: 100%;
    margin: 0px 0px 48px 0px;
}



.block200 {
    width: 50%;
    margin: 40px 40px 48px 40px;

}


footer {
    font-size: 14px;
    line-height: 14px;
    text-align: justify;
    padding: 16px;
   
    
}

.half {
    box-sizing: border-box;
    padding: 8px;
    width: 48% !important;
    vertical-align: middle;
}